mirror of
https://github.com/amd/blis.git
synced 2026-05-11 17:50:00 +00:00
Add default #define for __has_extension.
This commit is contained in:
@@ -52,6 +52,10 @@ void* bli_thrcomm_bcast
|
||||
return object;
|
||||
}
|
||||
|
||||
#ifndef __has_extension
|
||||
#define __has_extension(x) 0
|
||||
#endif
|
||||
|
||||
// Swap out __atomic_* builtins for __sync_* builtins for:
|
||||
// - BG/Q
|
||||
// - gcc <4.7 (including icc through gcc compatibility layer)
|
||||
|
||||
Reference in New Issue
Block a user