A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/cisco/openh264/commit/423eb2c3e47009f4e631b5e413123a003fdff1ed below:

add powerpc arch (#3806) · cisco/openh264@423eb2c · GitHub

File tree Expand file treeCollapse file tree 5 files changed

+23

-1

lines changed

Filter options

Expand file treeCollapse file tree 5 files changed

+23

-1

lines changed Original file line number Diff line number Diff line change

@@ -71,6 +71,10 @@ elif cpu_family in ['loongarch32', 'loongarch64']

71 71

cpp_sources += asm_sources

72 72

elif cpu_family == 'riscv64'

73 73

asm_sources = []

74 +

elif cpu_family == 'ppc'

75 +

asm_sources = []

76 +

elif cpu_family == 'ppc64'

77 +

asm_sources = []

74 78

else

75 79

error('Unsupported cpu_family @0@'.format(cpu_family))

76 80

endif

Original file line number Diff line number Diff line change

@@ -56,6 +56,10 @@ elif cpu_family in ['loongarch32', 'loongarch64']

56 56

cpp_sources += asm_sources

57 57

elif cpu_family == 'riscv64'

58 58

asm_sources = []

59 +

elif cpu_family == 'ppc'

60 +

asm_sources = []

61 +

elif cpu_family == 'ppc64'

62 +

asm_sources = []

59 63

else

60 64

error('Unsupported cpu family @0@'.format(cpu_family))

61 65

endif

Original file line number Diff line number Diff line change

@@ -85,6 +85,10 @@ elif cpu_family in ['loongarch32', 'loongarch64']

85 85

cpp_sources += asm_sources

86 86

elif cpu_family == 'riscv64'

87 87

asm_sources = []

88 +

elif cpu_family == 'ppc'

89 +

asm_sources = []

90 +

elif cpu_family == 'ppc64'

91 +

asm_sources = []

88 92

else

89 93

error('Unsupported cpu family @0@'.format(cpu_family))

90 94

endif

Original file line number Diff line number Diff line change

@@ -58,6 +58,10 @@ elif cpu_family in ['loongarch32', 'loongarch64']

58 58

cpp_sources += asm_sources

59 59

elif cpu_family == 'riscv64'

60 60

asm_sources = []

61 +

elif cpu_family == 'ppc'

62 +

asm_sources = []

63 +

elif cpu_family == 'ppc64'

64 +

asm_sources = []

61 65

else

62 66

error('Unsupported cpu family @0@'.format(cpu_family))

63 67

endif

Original file line number Diff line number Diff line change

@@ -97,7 +97,13 @@ if ['linux', 'android', 'ios', 'darwin'].contains(system)

97 97

add_project_arguments('-DHAVE_LSX', '-DHAVE_LASX', language: 'cpp')

98 98

casm_inc = include_directories(join_paths('codec', 'common', 'loongarch'))

99 99

elif cpu_family == 'riscv64'

100 -

# We dont't have riscv64-specific optimization for now.

100 +

# We don't have riscv64-specific optimization for now.

101 +

asm_format = asm_format64

102 +

elif cpu_family == 'ppc'

103 +

# We don't have powerpc-specific optimization for now.

104 +

asm_format = asm_format32

105 +

elif cpu_family == 'ppc64'

106 +

# We don't have powerpc64-specific optimization for now.

101 107

asm_format = asm_format64

102 108

else

103 109

error('FIXME: unhandled CPU family @0@ for @1@'.format(cpu_family, system))

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4