summaryrefslogtreecommitdiffstats
path: root/runtime/arch/x86/instruction_set_features_x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/arch/x86/instruction_set_features_x86.h')
-rw-r--r--runtime/arch/x86/instruction_set_features_x86.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/arch/x86/instruction_set_features_x86.h b/runtime/arch/x86/instruction_set_features_x86.h
index 926fabb..7b61245 100644
--- a/runtime/arch/x86/instruction_set_features_x86.h
+++ b/runtime/arch/x86/instruction_set_features_x86.h
@@ -58,6 +58,8 @@ class X86InstructionSetFeatures : public InstructionSetFeatures {
virtual ~X86InstructionSetFeatures() {}
+ bool HasSSE4_1() const { return has_SSE4_1_; }
+
protected:
// Parse a string of the form "ssse3" adding these to a new InstructionSetFeatures.
virtual const InstructionSetFeatures*