#790: pulsecore/svolume_arm.c fails to compile for armv5te
---------------------+------------------------------------------------------
  Reporter:  ao2     |       Owner:  wtay
      Type:  defect  |      Status:  new 
 Milestone:  0.9.22  |   Component:  core
Resolution:          |    Keywords:      
---------------------+------------------------------------------------------
Changes (by dromi):

 * cc: alexandre.rela...@gmail.com (added)


Comment:

 You should be able to compile for a "generic" ARM architecture. It will
 compile this ARMv6 assembly code but it should not be called on an ARMv5
 processor.
 But since you want to test some patches, here are they ;)
 The two patches do the same, ie they remove this ARMv6 code if you compile
 for an ARMv5 specific architecture.
 In the first one, I use a macro that was created elsewhere but whose name
 is not explicit at all. The second one is a bit cleaner since the macro is
 renamed.
 I have tested the first one, not the second one.
 Any kind of feedback is welcome !

-- 
Ticket URL: <http://pulseaudio.org/ticket/790#comment:3>
PulseAudio <http://pulseaudio.org/>
The PulseAudio Sound Server
_______________________________________________
pulseaudio-tickets mailing list
pulseaudio-tickets@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-tickets

Reply via email to