mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
0f0c9a9a0c
The conversion was done with c2rust and then manually cleaned up some. There's still lots of unsafe code remaining but I'd rather do the rest of the cleanup in-tree so that it's easier to catch and revert regressions. I've dropped support for SSE1 (Firefox requires SSE2) and Altivec (not wanting to deal with fixing Rust's Altivec support). transform_neon.rs manually implements a bunch of intrinsics, this can be fixed when we can depend on Rust 1.48. The fuzz target is changed to a cargo-fuzz target. Some of the gtests are moved to Rust. Differential Revision: https://phabricator.services.mozilla.com/D90782
11 lines
337 B
Python
11 lines
337 B
Python
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
# vim: set filetype=python:
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# 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/.
|
|
|
|
EXPORTS += [
|
|
'qcms.h',
|
|
'qcmstypes.h',
|
|
]
|