Skip to content

Commit 5a6dc8c

Browse files
Add SSE2 accelerated version of FileMap analysis.
1 parent 3497138 commit 5a6dc8c

File tree

4 files changed

+445
-68
lines changed

4 files changed

+445
-68
lines changed

src/Cargo.lock

+1
Original file line numberDiff line numberDiff line change
@@ -2779,6 +2779,7 @@ name = "syntax_pos"
27792779
version = "0.0.0"
27802780
dependencies = [
27812781
"arena 0.0.0",
2782+
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
27822783
"rustc_data_structures 0.0.0",
27832784
"scoped-tls 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
27842785
"serialize 0.0.0",

src/libsyntax_pos/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ rustc_data_structures = { path = "../librustc_data_structures" }
1414
arena = { path = "../libarena" }
1515
scoped-tls = { version = "0.1.1", features = ["nightly"] }
1616
unicode-width = "0.1.4"
17+
cfg-if = "0.1.2"

0 commit comments

Comments
 (0)