diff options
Diffstat (limited to 'components/gfx/lib.rs')
-rw-r--r-- | components/gfx/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/gfx/lib.rs b/components/gfx/lib.rs index 156170c40cf..9b1b455b6a4 100644 --- a/components/gfx/lib.rs +++ b/components/gfx/lib.rs @@ -2,6 +2,9 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +// For SIMD +#![cfg_attr(feature = "unstable", feature(cfg_target_feature))] + #![deny(unsafe_code)] extern crate app_units; |