Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd0b4663

Browse files
committed
Add -mpopcnt to all compiles of pg_bitutils.c
The way this makefile works, we need to specify it three times.
1 parentda6520b commitd0b4663

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/port/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ pg_crc32c_armv8_srv.o: CFLAGS+=$(CFLAGS_ARMV8_CRC32C)
8080

8181
# pg_bitutils.c needs CFLAGS_POPCNT
8282
pg_bitutils.o: CFLAGS+=$(CFLAGS_POPCNT)
83+
pg_bitutils_shlib.o: CFLAGS+=$(CFLAGS_POPCNT)
84+
pg_bitutils_srv.o: CFLAGS+=$(CFLAGS_POPCNT)
8385

8486
#
8587
# Shared library versions of object files

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp