Browse Source

Work around optimizer bug in old gcc

pull/2260/head
Martin Kroeker GitHub 6 years ago
parent
commit
f195f7d2ea
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      kernel/power/isamax.c

+ 3
- 0
kernel/power/isamax.c View File

@@ -1,3 +1,6 @@
#if (( defined(__GNUC__) && __GNUC__ < 6 )
#pragma GCC optimize "O0"
#endif
/***************************************************************************
Copyright (c) 2013-2019, The OpenBLAS Project
All rights reserved.


Loading…
Cancel
Save