| version 1.143 | version 1.144 |
|---|
| |
| AC_DEFINE_UNQUOTED(CMK_CONTEXT_FPU_POINTER_UCREGS, $pass, [whether ucontext uses uc_regs union]) | AC_DEFINE_UNQUOTED(CMK_CONTEXT_FPU_POINTER_UCREGS, $pass, [whether ucontext uses uc_regs union]) |
| fi | fi |
| | |
| | cat > $t <<EOT |
| | #include <ucontext.h> |
| | vrregset_t *v_regs; |
| | EOT |
| | test_cxx "whether ucontext has pointer (v_regs) of vector type" "yes" "no" "" |
| | AC_DEFINE_UNQUOTED(CMK_CONTEXT_V_REGS, $pass, [whether ucontext has pointer (v_regs) of vector type]) |
| | |
| ###################### C++ Compiler Features ##################### | ###################### C++ Compiler Features ##################### |
| | |
| #### check C inline #### | #### check C inline #### |