-
Notifications
You must be signed in to change notification settings - Fork 510
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pmem2: enable movdir64b compilation but disable it in the runtime
- Loading branch information
Showing
19 changed files
with
66 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,7 +80,7 @@ export PMEM_NO_GENERIC_MEMCPY=1 | |
|
||
test_all | ||
|
||
export PMEM_MOVDIR64B=0 | ||
export PMEM_MOVDIR64B=1 | ||
|
||
test_all | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,7 +80,7 @@ $Env:PMEM_NO_GENERIC_MEMCPY = 1 | |
|
||
test_all | ||
|
||
$Env:PMEM_MOVDIR64B = 0 | ||
$Env:PMEM_MOVDIR64B = 1 | ||
|
||
test_all | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ export PMEM_NO_GENERIC_MEMCPY=1 | |
|
||
test_all | ||
|
||
export PMEM_MOVDIR64B=0 | ||
export PMEM_MOVDIR64B=1 | ||
|
||
test_all | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ $Env:PMEM_NO_GENERIC_MEMCPY = 1 | |
|
||
test_all | ||
|
||
$Env:PMEM_MOVDIR64B = 0 | ||
$Env:PMEM_MOVDIR64B = 1 | ||
|
||
test_all | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ export PMEM_NO_GENERIC_MEMCPY=1 | |
|
||
test | ||
|
||
export PMEM_MOVDIR64B=0 | ||
export PMEM_MOVDIR64B=1 | ||
|
||
test_all | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,7 +77,7 @@ $Env:PMEM_NO_GENERIC_MEMCPY = 1 | |
|
||
test | ||
|
||
$Env:PMEM_MOVDIR64B = 0 | ||
$Env:PMEM_MOVDIR64B = 1 | ||
|
||
test_all | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ export PMEM_NO_GENERIC_MEMCPY=1 | |
|
||
test | ||
|
||
export PMEM_MOVDIR64B=0 | ||
export PMEM_MOVDIR64B=1 | ||
|
||
test_all | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,7 +81,7 @@ $Env:PMEM_NO_GENERIC_MEMCPY = 1 | |
|
||
test | ||
|
||
$Env:PMEM_MOVDIR64B = 0 | ||
$Env:PMEM_MOVDIR64B = 1 | ||
|
||
test_all | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ export PMEM_NO_GENERIC_MEMCPY=1 | |
|
||
test | ||
|
||
export PMEM_MOVDIR64B=0 | ||
export PMEM_MOVDIR64B=1 | ||
|
||
test_all | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.