Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
204a1dcc
"plugins/drude/platforms/hip/CMakeLists.txt" did not exist on "6bbef600b23e6b9bebbbee206c82d96bf81bd899"
Commit
204a1dcc
authored
Jun 21, 2019
by
peastman
Browse files
Fixed error on PPC
parent
6e073b48
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openmmapi/include/openmm/internal/hardware.h
openmmapi/include/openmm/internal/hardware.h
+1
-1
No files found.
openmmapi/include/openmm/internal/hardware.h
View file @
204a1dcc
...
...
@@ -93,7 +93,7 @@ static int getNumProcessors() {
#ifdef WIN32
#define cpuid __cpuid
#else
#if !defined(__ANDROID__) && !defined(__PNACL__)
#if !defined(__ANDROID__) && !defined(__PNACL__)
&& !defined(__PPC__)
static
void
cpuid
(
int
cpuInfo
[
4
],
int
infoType
){
#ifdef __LP64__
__asm__
__volatile__
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment