- C99 features removed
[libfirm] / ir / be / ia32 / ia32_architecture.h
index 4712afc..89fb4ad 100644 (file)
@@ -68,6 +68,8 @@ typedef struct {
        unsigned use_pad_return:1;
        /** use the bt instruction */
        unsigned use_bt:1;
+       /** use fisttp instruction (requieres SSE3) */
+       unsigned use_fisttp:1;
        /** optimize calling convention where possible */
        unsigned optimize_cc:1;
        /**