pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:24:26 by Per Hedbor <ph@opera.com>
7472c7bf1e8988fd93848e92a24f3df31bc837a9 (
13
lines) (+
6
/-
7
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
Fixed tests for compiler intrisics when not using gcc
2455:
$3 ],[ unsigned long lint;
-
int main(int argc, char **argv) {
-
static
volatile int foo = 0;
+
volatile int foo = 0;
foo = (int)$1($2); return 0;
-
}
+
], AC_MSG_RESULT(yes) AC_DEFINE(translit([HAS_$1], [a-z], [A-Z]), 1, [Whether $1 is available])
2477:
TEST_BUILTIN(__builtin_ctzll, 23) TEST_BUILTIN(__builtin_bswap32, 23) TEST_BUILTIN(__builtin_bswap64, 23)
-
TEST_BUILTIN(__builtin_expect, [
argc
,0])
+
TEST_BUILTIN(__builtin_expect, [
foo
,0])
# ICC builtins TEST_BUILTIN(_bswap, 23) TEST_BUILTIN(_bswap64, 23)