diff options
author | lloyd <[email protected]> | 2010-01-19 14:36:09 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-01-19 14:36:09 +0000 |
commit | fa4abe4352aee0ad8c89118d9c6af95f2f41c173 (patch) | |
tree | 2922f6043f3337dce46a77a9ccd202966817e160 /doc | |
parent | adffa5e5658c5040e354e1acfa3c52043bfd4403 (diff) |
Fix cpuid example
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/cpuid.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/examples/cpuid.cpp b/doc/examples/cpuid.cpp index ba499051f..8adc8be6c 100644 --- a/doc/examples/cpuid.cpp +++ b/doc/examples/cpuid.cpp @@ -28,7 +28,6 @@ int main() print_if_feature("SSE4.2", CPUID::has_sse42()); print_if_feature("AES-NI", CPUID::has_aes_intel()); - print_if_feature("AES-VIA", CPUID::has_aes_via()); print_if_feature("AltiVec", CPUID::has_altivec()); } |